Welcome![Sign In][Sign Up]
Location:
Search - servlet http

Search list

[JSP/JavaServletmail

Description: 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的网址 4运行: http://www.yourSite.com/servlet/ExampleServlet 填写你的SMTP邮件服务器和发信端口,还有你在这个邮件服务器上的帐号(不正确发不出信)-1: Document explanation that, ExampleServlet.java sends a letter JAVA source document CSEmail.jar to send a letter wraps com CSEmail.jar the source document 2: Deployed: ExampleServlet.java sends to WEB-INF/CLASSES/ CSEmail.jar to put to web-inf/lib/ 3. revises in ExampleServlet.java private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ to alter to www.yourSite.com your website 4 movements: Http://www.yourSite.com/servlet/ExampleServlet fills in your SMTP server and sends a letter the port, but also has you (not correctly not to be able to issue letter) on this server account number
Platform: | Size: 16384 | Author: 陈良 | Hits:

[DocumentsJava_net(1-11)20031225

Description: 掌握网络基础概念利用Java语言在传输层进行编程UDP、TCP利用Java语言在应用层进行编程SMTP、POP3、HTTP掌握服务器端编程技术Servlet利用Java语言进行简单的分布式计算RMI、CORBA-grasp the concept of network infrastructure using Java language in the transport layer programming UDP, TCP use the Java language in the application layer program SMTP, POP3, HTTP server grasp programming language Java Servlet use of a simple distributed computing RMI, CORBA
Platform: | Size: 250880 | Author: we | Hits:

[Other DatabasesATM

Description: 用jsp+servlet,rmi,http tunneling3种不同的方法连接数据库(derby),实现虚拟ATM机的功能。-Using jsp servlet, rmi, http tunneling3 different ways to connect the database (derby), realize the functions of a virtual ATM machine.
Platform: | Size: 74752 | Author: Rex Xia | Hits:

[JSP/Javaminiserver4j-0.1

Description: miniServer4J 是一个简洁小巧的 HTTP WEB 应用服务器。 其底层基于 JRE6.0 Networking 模块的 com.sun.net.httpserver 工具包提供对 HTTP 协议层提供支持, 在此基础上对上层应用程序提供标准的 Java Servlet 支持。-miniServer4J is a simple and compact HTTP WEB application server. Based on its bottom JRE6.0 Networking toolkit module com.sun.net.httpserver provide HTTP protocol layer to provide support, based on this application on the upper provides a standard Java Servlet support.
Platform: | Size: 1239040 | Author: 1111 | Hits:

[Internet-NetworkservletAPI

Description: servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site : http://www.confluent.fr/javadoc/indexe.html (in English) http://www.confluent.fr/javadoc (in French)-This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site : http://www.confluent.fr/javadoc/indexe.html (in English) http://www.confluent.fr/javadoc (in French)
Platform: | Size: 247808 | Author: LiaoqianFu | Hits:

[JSP/Javafileupload

Description: jsp+servlet实现上传文件的源代码。WAR 文件里包含源码。 把fileupload.war放入tomcat的webapps目录,看http://localhost:8080/fileupload/ web.xml内有设置说明。可以设:maxFileSize, localDirectory, encoding ... -jsp servlet upload
Platform: | Size: 93184 | Author: 李云 | Hits:

[JSP/JavaTP-Info-Servlet

Description: servlet return information about browser and http protocole
Platform: | Size: 17408 | Author: mustapha | Hits:

[JSP/JavaStep02

Description: jsp+javabean+servlet实现的在线书店,很不错的源码,只需在Tomcat下做配置就可运行,客户端含有注册登录,注册信息修改,购物车,商品分类,商品查询,最新和特价商品查看,订单状态,留言板和论坛等模块,服务端含有用户管理,商品管理,订单处理等模块 -online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code bookshop folder to Tomcat webapps \ ROOT text items folder (2) Copy the source file folders under the WEB-INF the contents of the Tomcat webap ps \ ROOT \ WEB-INF \ classes, a document covering the same name (3) database files to the folder to copy the bookstore Mysql d ATA folder (4) in the address bar of http://localhost : testing can 8080/bookshop
Platform: | Size: 2048 | Author: baoyu | Hits:

[JSP/JavaMapDemo

Description: java MapDemoimport java.awt.Color import java.util.ArrayList import java.util.Vector import javax.servlet.ServletConfig import javax.servlet.ServletException import javax.servlet.http.HttpServlet import javax.servlet.http.HttpServletRequest import javax.servlet.http.HttpServletResponse import javax.servlet.http.HttpSession-java MapDemoimport java.awt.Color import java.util.ArrayList import java.util.Vector import javax.servlet.ServletConfig import javax.servlet.ServletException import javax.servlet.http.HttpServlet import javax.servlet. http.HttpServletRequest import javax.servlet.http.HttpServletResponse import javax.servlet.http.HttpSession
Platform: | Size: 10108928 | Author: fdslkfjslk | Hits:

[JSPch6servlet

Description: 理解HTTP Servlet 基础知识 使用 Servlet API 理解Servlet 的生命周期 使用MyEclipse演示Servlet开发-To understand the basics of HTTP Servlet using Servlet API to understand the life cycle of Servlet Demo Servlet Development using MyEclipse
Platform: | Size: 684032 | Author: 梦涟漪 | Hits:

[Internet-Networkhttpsrv-8626

Description: httpservlet服务器,支持SERVLET-support servlet HTTP server code!
Platform: | Size: 30720 | Author: tearz | Hits:

[JSP/Javastruts

Description: struct demo package com.demo.struts.actions import javax.servlet.http.HttpServletRequest import javax.servlet.http.HttpServletResponse import org.apache.struts.action.ActionErrors import org.apache.struts.action.ActionForm import org.apache.struts.action.ActionForward import org.apache.struts.action.ActionMapping import org.apache.struts.actions.DispatchAction import com.demo.struts.forms.TestForm -struct demo
Platform: | Size: 1024 | Author: zhoulang | Hits:

[Delphi VCLimageclient

Description: delphi和java互相以http通讯下载图像,并显示,java servlet负责回传图片到客户端,delphi使用Timage显示,可放大缩小,翻转.-delphi and java http communication with each other in order to download images, and displays, java servlet is responsible for return images to the client, delphi using Timage display, zoom, flip.
Platform: | Size: 10240 | Author: liner | Hits:

[JSP/Javahttp

Description: 基于j2me平台的程序,实现了servlet+tomcate+j2meHTTP服务-J2me platform based on the procedure, to achieve a servlet+ tomcate+ j2meHTTP services
Platform: | Size: 24576 | Author: wwwwudiwudi | Hits:

[JSP/JavaServlet_Tech

Description: Java Servlet是与平台无关的服务器端组件,它可以运行在Servlet容器中.Servlet容器负责Servlet和客户的通信以及调用Servlet的方法,Servlet和客户的通信采用"请求/响应"的模式,Servlet的框架是由两个Java包组成的:javax.servlet和javax.servlet.http-Java Servlet is platform-independent server-side component that can run in the Servlet container. Servlet container for Servlet and customer communications, and the method call Servlet, Servlet, and customer communications a " request/response" model, Servlet' s framework is composed of two Java packages: javax.servlet and javax.servlet.http
Platform: | Size: 7168 | Author: 万宴宾 | Hits:

[JSP/JavaHttp_Servlet_request_and_response_protocol_and

Description: Http协议与Servlet请求和响应Http Servlet request and response protocol and-Http Servlet request and response protocol with the Http Servlet request and response protocol and
Platform: | Size: 135168 | Author: noa | Hits:

[JSP/JavaHDFS-OPERATE

Description: 自己开发的通过http方式实现hadoop分布式文件系统 文件 上传/下载 功能-Their development be achieved through http hadoop distributed file system file upload/download
Platform: | Size: 20480 | Author: faye | Hits:

[JSP/Javaplupload_1_2_3

Description: 上传文件源代码,可通过http上传及接收文件-Upload file source code, can upload and receive files via http
Platform: | Size: 428032 | Author: xintao | Hits:

[JSP/Javahttp

Description: 用servlet实现用户登入的功能,用do post方法-User login with a servlet implements the function, method of use do post
Platform: | Size: 3072 | Author: tiger | Hits:

[JSP/Javajavax.servlet.jar

Description: java 里面很重要的一个jar包,servlet的源代码,值得一读,自己把后缀名去除掉哦-which is very important in a jar in java servlet source code, it is worth a read
Platform: | Size: 98304 | Author: quant | Hits:
« 12 3 4 »

CodeBus www.codebus.net